バージョン

AddRangeInternal メソッド

ある範囲の項目を SwapCollection<T> オブジェクトに追加します。
シンタックス
'宣言
 
Protected Friend Sub AddRangeInternal( _
   ByVal collection As IEnumerable(Of T), _
   ByVal suppressMessages As Boolean _
) 
protected internal void AddRangeInternal( 
   IEnumerable<T> collection,
   bool suppressMessages
)

パラメータ

collection
SwapCollection<T> の最後に追加する項目のコレクション。
suppressMessages
通知メッセージを抑止するかどうかを決定します。
参照